home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / freedos.zip / COM050.ZIP / TEST.BAT < prev    next >
DOS Batch File  |  1996-01-17  |  326b  |  19 lines

  1. echo hi, this is a test
  2. rem a comment
  3. pause
  4. echo the path is %PATH%
  5. echo the path is %path%
  6. echo these are the parameters: %1 %2 %3 %4
  7. echo this is bogus: %bogus%
  8. echo this is a test: %test
  9. goto next
  10.  
  11. echo this line will never be reached
  12.  
  13. :next
  14. echo if is not implemented yet
  15. echo i will beep
  16. pause
  17. beep
  18. dir
  19.